Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseStorage<T,TMappingCollection> Class / Insert Method
The zero-based index at which value should be inserted.
The System.Object to insert.

In This Topic
    Insert Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Inserts an item into the list at the specified index.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    public virtual void Insert( 
       int index,
       object value
    )

    Parameters

    index
    The zero-based index at which value should be inserted.
    value
    The System.Object to insert.
    See Also